home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TEXCLUDEDLG / TEXCLUDEDLG.txt
Text File  |  2005-06-02  |  2KB  |  87 lines

  1. object ExcludeDlg: TExcludeDlg
  2.   Left = 483
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Exclure de la session'
  7.   ClientHeight = 160
  8.   ClientWidth = 283
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 16
  22.     Top = 72
  23.     Width = 257
  24.     Height = 9
  25.     Shape = bsTopLine
  26.   end
  27.   object FileTypeOnly: TBCRadioButton
  28.     Left = 16
  29.     Top = 40
  30.     Width = 31
  31.     Height = 17
  32.     HelpContext = 6001
  33.     Caption = '%'
  34.     TabOrder = 1
  35.   end
  36.   object Filenames: TBCRadioButton
  37.     Left = 16
  38.     Top = 16
  39.     Width = 117
  40.     Height = 17
  41.     HelpContext = 6002
  42.     Caption = 'Fichier(s) s'#233'lectionn'#233'(s)'
  43.     Checked = True
  44.     TabOrder = 0
  45.     TabStop = True
  46.   end
  47.   object ExcludeRelative: TBCCheckBox
  48.     Left = 16
  49.     Top = 88
  50.     Width = 104
  51.     Height = 17
  52.     HelpContext = 6003
  53.     Caption = 'Uniquement dans ce dossier'
  54.     TabOrder = 2
  55.   end
  56.   object OKBtn: TButton
  57.     Left = 120
  58.     Top = 112
  59.     Width = 73
  60.     Height = 23
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 3
  65.     OnClick = OKBtnClick
  66.   end
  67.   object CancelBtn: TButton
  68.     Left = 200
  69.     Top = 112
  70.     Width = 73
  71.     Height = 23
  72.     Cancel = True
  73.     Caption = 'Annuler'
  74.     ModalResult = 2
  75.     TabOrder = 4
  76.   end
  77.   object DontShowEdit: TBCCheckBox
  78.     Left = 16
  79.     Top = 140
  80.     Width = 184
  81.     Height = 17
  82.     HelpContext = 6004
  83.     Caption = 'Ne plus demander pendant la session'
  84.     TabOrder = 5
  85.   end
  86. end
  87.